home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / misc / word2prop.in < prev    next >
Encoding:
Text File  |  1994-02-02  |  326 b   |  7 lines  |  [TEXT/R*ch]

  1. # Translate "WORD" usages into "(add ... PROPERTY ...)" forms wherever found.
  2. /WORD/s/;\([^ ()]*\) \([^ ()]*\) WORD[ ]*$/(add \2 PROPERTY \1)/
  3. /WORD/s/;\([^ ()]\) \((.*)\) WORD[ ]*$/(add \2 PROPERTY \1)/
  4. /WORD/s/;\((.*)\) \([^ ()]*\) WORD[ ]*$/(add \2 PROPERTY \1)/
  5. /WORD/s/;\((.*)\) \((.*)\) WORD[ ]*$/(add \2 PROPERTY \1)/
  6.  
  7.